www.gusucode.com > 星梦奇缘交友网 1 > 星梦奇缘交友网 1.0源码程序/love/leaveword/admin_login.asp

    <!-- #include file="config.asp" -->
<!-- #include file="style.asp" -->
<%
Response.Expires = -1
Response.AddHeader "Pragma","no-cache"
Response.AddHeader "cache-control","no-cache, must-revalidate"

if VcodeCount>0 then session("vcode")=getvcode(VcodeCount)
%>

<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=HomeName%> 留言本 管理登录</title>

</head>

<body onload="form5.iadminpass.focus()">

<br><div align="center">
<table border="1" cellpadding="2" style="border-collapse:collapse" width="236" bordercolor="<%=TableBorderColor%>">
	<tr height="25" align="center">
		<td background="<%=TableTitlePic%>" bgcolor="<%=TableTitleBGC%>"><font color="<%=TableTitleColor%>"><b>管理员登录</b></font></td>
	</tr>
	<tr><td bgcolor="<%=TableContentBGC%>" align="center">
	<br>
		<form method="post" action="login_verify.asp" name="form5" onsubmit="if(this.iadminpass.value==''){alert('请输入密码!');this.iadminpass.focus();return false;} else if(this.ivcode && this.ivcode.value==''){alert('请输入验证码!');this.ivcode.focus(); return false;} else this.submit1.disabled=true;">
		<table border="0" cellpadding="2" cellspacing="0" align="center">
		<tr>
			<td>
				<font color="<%=TableContentColor%>">密 码:</font>
			</td>
			<td>
				<input type="password" name="iadminpass" size="26" maxlength="16">
			</td>
		</tr>
		<%if VcodeCount>0 then%>
		<tr><td height="10"></td></tr>
		<tr>
			<td>
				<font color="<%=TableContentColor%>">验证码:</font>
			</td>
			<td>
				<input type="text" name="ivcode" size="10">&nbsp;<img src="show_vcode.asp">
			</td>
		</tr>
		<%end if%>
		<tr><td height="15"></td></tr>
		<tr>
			<td align="center" colspan="2">
				<input value="登录" type="submit" name="submit1">
			</td>
		</tr>
		</table>
		</form>
	</td></tr>
</table>
</div>